home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TUPDATEDLG / TUPDATEDLG.txt
Text File  |  1997-06-09  |  3KB  |  163 lines

  1. object UpdateDlg: TUpdateDlg
  2.   Left = 272
  3.   Top = 170
  4.   BorderStyle = bsDialog
  5.   Caption = 'Update List'
  6.   ClientHeight = 251
  7.   ClientWidth = 362
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 53
  18.     Top = 16
  19.     Width = 292
  20.     Height = 13
  21.     Caption = 'Click on the URL'#39's below to launch your Web browser '
  22.   end
  23.   object Label2: TLabel
  24.     Left = 53
  25.     Top = 31
  26.     Width = 260
  27.     Height = 13
  28.     Caption = 'and download the new MUD lists'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 40
  32.     Top = 160
  33.     Width = 46
  34.     Height = 13
  35.     Caption = 'mudlist.txt'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 104
  39.     Top = 160
  40.     Width = 101
  41.     Height = 13
  42.     Caption = 'Scott Geiger'#39's list'
  43.     Font.Color = clWindowText
  44.     Font.Height = -12
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Label5: TLabel
  50.     Left = 104
  51.     Top = 176
  52.     Width = 107
  53.     Height = 13
  54.     Cursor = crDrag
  55.     Caption = 'ftp://ftp.interplay.com/'
  56.     Font.Color = clHighlight
  57.     Font.Height = -12
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsUnderline]
  60.     ParentFont = False
  61.     OnClick = Label5Click
  62.   end
  63.   object Label6: TLabel
  64.     Left = 40
  65.     Top = 64
  66.     Width = 52
  67.     Height = 13
  68.     Caption = 'mudlist2.txt'
  69.   end
  70.   object Label7: TLabel
  71.     Left = 104
  72.     Top = 64
  73.     Width = 151
  74.     Height = 13
  75.     Caption = 'MUD Connector (small list)'
  76.     Font.Color = clWindowText
  77.     Font.Height = -12
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.   end
  82.   object Label8: TLabel
  83.     Left = 104
  84.     Top = 80
  85.     Width = 228
  86.     Height = 13
  87.     Cursor = crDrag
  88.     Caption = 'http://www.mudconnect.com/zmud/mudlist2.db'
  89.     Font.Color = clHighlight
  90.     Font.Height = -12
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = [fsUnderline]
  93.     ParentFont = False
  94.     OnClick = Label5Click
  95.   end
  96.   object Label9: TLabel
  97.     Left = 40
  98.     Top = 112
  99.     Width = 52
  100.     Height = 13
  101.     Caption = 'mudlist3.txt'
  102.   end
  103.   object Label10: TLabel
  104.     Left = 104
  105.     Top = 112
  106.     Width = 140
  107.     Height = 13
  108.     Caption = 'MUD Connector (big list)'
  109.     Font.Color = clWindowText
  110.     Font.Height = -12
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = [fsBold]
  113.     ParentFont = False
  114.   end
  115.   object Label11: TLabel
  116.     Left = 104
  117.     Top = 128
  118.     Width = 228
  119.     Height = 13
  120.     Cursor = crDrag
  121.     Caption = 'http://www.mudconnect.com/zmud/mudlist.doc'
  122.     Font.Color = clHighlight
  123.     Font.Height = -12
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = [fsUnderline]
  126.     ParentFont = False
  127.     OnClick = Label5Click
  128.   end
  129.   object Image1: TImage
  130.     Left = 8
  131.     Top = 12
  132.     Width = 33
  133.     Height = 33
  134.     AutoSize = True
  135.   end
  136.   object OKBtn: TBitBtn
  137.     Left = 184
  138.     Top = 216
  139.     Width = 77
  140.     Height = 27
  141.     Font.Color = clBtnText
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.     TabOrder = 0
  147.     Kind = bkOK
  148.   end
  149.   object BitBtn1: TBitBtn
  150.     Left = 104
  151.     Top = 216
  152.     Width = 77
  153.     Height = 27
  154.     Font.Color = clBtnText
  155.     Font.Height = -11
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = []
  158.     ParentFont = False
  159.     TabOrder = 1
  160.     Kind = bkCancel
  161.   end
  162. end
  163.